"192.168.0.1:sipop" Previous topic Chapter index Next topic

OYPNIV1

 

 

Descriptions

There is no desription for table OYPNIV1

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

ID_OYP_NIV1

 

VARCHAR (8)

 

 

 

 

NOMBRE_OYP_NIV1

 

CHAR (50)

 

 

 

 

DESCRIPCION_OYP_NIV1

 

CHAR (50)

 

 

 

Triggers

There are no triggers for table OYPNIV1

 

Indices

There are no indices for table OYPNIV1

 

References

There are no references for table OYPNIV1

 

Referenced

Table

Foreign Key

Fields

FK Fields

DEL Rule

UPD Rule

OYPNIV2

INTEG_271

OYP_NIV1

ID_OYP_NIV1

RESTRICT

RESTRICT

 

Definition


CREATE TABLE OYPNIV1 (
    ID_OYP_NIV1 VARCHAR (8) CHARACTER SET NONE NOT NULL COLLATE NONE,
    NOMBRE_OYP_NIV1 CHAR (50) CHARACTER SET NONE NOT NULL COLLATE NONE,
    DESCRIPCION_OYP_NIV1 CHAR (50) CHARACTER SET NONE NOT NULL COLLATE NONE);

ALTER TABLE OYPNIV1 ADD PRIMARY KEY (ID_OYP_NIV1);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 02:19 p.m. Previous topic Chapter index Next topic